home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / install / install.h < prev    next >
C/C++ Source or Header  |  1994-11-16  |  585b  |  24 lines

  1. #ifndef    _INSTALL_H
  2. #define    _INSTALL_H
  3.  
  4. int        disp_desktop();
  5.  
  6. int        syl_clear();
  7. int        syl_putf(char *form);
  8. char   *add_path_fn(char *path, char *fn);
  9. int        tif_load(char *fn);
  10. int        tiflist_disp( char **list );
  11. int        mveplay(char *fn, int loop);
  12. int        exprun(char *fn, char *para);
  13. int        inst_help( int evNo, char *evDat, char *fn);
  14. int        install_end( char *soft_name, int err );
  15.  
  16. int        install_exec( char *probuf );
  17.  
  18. int        item_setApl( int drv, int icon, char *ttl, char *path, char *para, int att );
  19.  
  20. char    *get_inst_taro_mnu();
  21. char    *get_inst_gsplaydata_mnu();
  22.  
  23. #endif
  24.